projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6639a1
)
(rmail-enable-mime): Use `other' widget type.
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:17:20 +0000
(09:17 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:17:20 +0000
(09:17 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 7f366b377394dc77bf79c6dae6e406d3fded4b90..f193e42b08aeb9d5d741b98027183311f2e795a3 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-343,7
+343,7
@@
If the value is neither t nor nil, RMAIL does not show MIME decoded message
until a user explicitly requires it."
:type '(choice (const :tag "on" t)
(const :tag "off" nil)
- (
sexp :tag "when asked" :format "%t\n
" ask))
+ (
other :tag "when asked
" ask))
:group 'rmail)
;;;###autoload